Skip to content

)}

QueryablePattern.And(IObservable) method

Defined in

Type: QueryablePattern Namespace: System.Reactive.Joins Assembly: System.Reactive.dll

Applies to

netstandard2.0

public QueryablePattern<TSource1, TSource2, TSource3, TSource4, TSource5, TSource6> And<TSource6>(IObservable<TSource6> other)

Summary: Creates a pattern that matches when all six observable sequences have an available element.

Type parameters

NameDescription
TSource6The type of the elements in the sixth observable sequence.

Parameters

NameTypeDescription
otherIObservableObservable sequence to match with the five previous sequences.

Returns: QueryablePattern -- Pattern object that matches when all observable sequences have an available element.

Exceptions

TypeCondition
System.ArgumentNullExceptionother is null.